.body-list{
    position: relative;
    top:4rem;
	width: 100%;
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;  
    justify-content: space-around;  
    align-items: center;
	margin:0 auto;
}

.body-list img{
	width:30vw;
	height: auto;
	display: block;
	border-radius: 10%;
	border: thick groove var(--precolor-fiv);
	background-color:var(--precolor-fou);
}
	
.body-list span{
    display: flex;
    flex-direction: column;  
    justify-content: space-around;  
	text-align: center;	
	font-size: 1rem;
	font-weight: bold;
	padding:.1rem;
	color:var(--precolor-fiv);	
}
.global-body + hr{
	position: relative;
    top:4rem;
    display: block;
    margin-bottom: 4rem;
}